home *** CD-ROM | disk | FTP | other *** search
- on(keyPress "z"){
- if(_root.togglet == 0 && _root.even7 == 20 && _root._currentframe > 1 && _root._currentframe < 40 && _root.inven._currentframe == 1 && _root.txt_number <= 1)
- {
- _root.TUTS.nextFrame();
- _root.even41 = 1;
- new_frame = _root.micon._currentframe;
- if(new_frame > 4)
- {
- _root.take = new_frame;
- }
- foundframe = 0;
- while(foundframe == 0)
- {
- new_frame--;
- if(new_frame < 1)
- {
- new_frame = 62;
- }
- else if(new_frame < 5)
- {
- foundframe = new_frame;
- }
- i = 1;
- while(i < 100)
- {
- if(_root.inven["box" + i]._currentframe == new_frame)
- {
- _root.inven["box" + i].gotoAndStop(1);
- foundframe = new_frame;
- }
- i++;
- }
- if(foundframe == 3)
- {
- foundframe = 2;
- }
- }
- _root.micon.gotoAndStop(foundframe);
- }
- _root.togglet = 2;
- }
-